home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14415 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  696 b 

  1. Path: ix.netcom.com!netnews
  2. From: jdmorris@ix.netcom.com (Jason D. Morris)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Debug Build vs Release Build
  5. Date: Sat, 30 Mar 1996 03:42:35 GMT
  6. Organization: Netcom
  7. Message-ID: <315cad96.3761689@nntp.ix.netcom.com>
  8. References: <315C42D0.3C68@djttd.com>
  9. NNTP-Posting-Host: pon-mi2-25.ix.netcom.com
  10. X-NETCOM-Date: Fri Mar 29  7:41:42 PM PST 1996
  11. X-Newsreader: Forte Agent .99d/32.182
  12.  
  13. On Fri, 29 Mar 1996 12:06:40 -0800, John Cui <jcui@djttd.com> wrote:
  14.  
  15. >I'm using VC++ 1.52 to debug build my application which loads a DLL. 
  16. >Worked! But if I do a relase build, Got GPF! Any idears?
  17. >Thanks.
  18.  
  19. Start by disabling *all* optimizations in the release build.
  20.  
  21. Jason
  22.  
  23.